home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6662 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  843 b 

  1. Path: hermes.oc.com!usenet
  2. From: Larry Weiss <lfw@oc.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Watch out!  C "gotcha!"
  5. Date: Thu, 15 Feb 1996 17:25:12 -0600
  6. Organization: OpenConnect Systems, Dallas, TX, USA
  7. Message-ID: <3123C0D8.60AF@oc.com>
  8. References: <4fthhh$7th@blackice.winternet.com> <4g01ss$hgj@sun001.spd.dsccc.com>
  9. NNTP-Posting-Host: ocs2228.oc.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14. CC: lfw@oc.com
  15.  
  16. Mike McCarty wrote:
  17.  > 
  18.  > I know of no way to make a compiler catch spelling mistakes on labels
  19.  > except by doing what Pascal does - force declaration of labels.
  20.  > ...  There is no solution except to require declarations.
  21.  
  22. It would help a little (or maybe a lot) if the compiler were to
  23. flag label declarations that were never referenced.
  24.